home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FCHEK284.ZIP / test / Okay / rsize.inc < prev    next >
Encoding:
Text File  |  1995-03-13  |  165 b   |  10 lines

  1. C
  2. C     Common variables
  3. C
  4.       DOUBLE PRECISION    DR(NR2),     R(0:NR2)
  5. C
  6.       INTEGER             NK
  7. C
  8.       COMMON / RSIZE  /   DR,          R,           NK
  9. C
  10.